home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / i / imagefxv2.1a.lha / ImageFX / Rexx / AutoFX / Custom.ifx < prev    next >
Text File  |  1996-03-02  |  258b  |  15 lines

  1. /*
  2.  *    Custom.ifx
  3.  *    Executes a user-entered command, specified in the
  4.  *    ImpCustomCommand clip variable, set by the pre script.
  5.  *
  6.  *    by Steve Tibbett
  7.  */
  8.  
  9. Options Results
  10.  
  11. SeqNum=Word(Arg(1),4);
  12.  
  13. Command=GetClip("ImpCustomCommand"SeqNum);
  14. Interpret Command
  15.